home *** CD-ROM | disk | FTP | other *** search
/ PC101 - Computer Basics / PC101 - Computer Basics.iso / pc / client / shared.cxt / 00026_Text_26.txt < prev    next >
Text File  |  2000-11-27  |  2KB  |  20 lines

  1. /* -- vlcxobj Message name table -- */
  2. XMessage "\pIS   mCreateDirectory, str        --Creates a directory";
  3. XMessage "\pIS   mRemoveDirectory, str        --Removes a directory";
  4. XMessage "\pSI   mGetDriveType, lDrive        --Gets drive type";
  5. XMessage "\pIS   mGetDriveFreeSpace, hDrive   --Gets a drive's free space";
  6. XMessage "\pIS   mGetFileSize, hName          --Gets a drive's free space";
  7. XMessage "\pISI  mSetFileAttribute, hName, lAttribute --Sets a file's attribute";
  8. XMessage "\pISS  mCopyFile, hSource, hDestName --Copies a file source->dest using dest name";
  9. XMessage "\pISS     mRename, hOldname, hNewName  --Renames a file or directory";
  10. XMessage "\pIIS     mCheckDirectory, iDrive, hName --Checks to see if a directory exists";
  11. XMessage "\pIIIS mBitWise, lX, lY, hOperator  --Returns results of a bitwise operation";
  12. XMessage "\pISSI mMessageBox,hMessage,hTitle,lStyle --Puts up a message box";
  13. XMessage "\pS mGetOpenFileName --Gets a filename from user";
  14. XMessage "\pSSII mGetNthFileInDir,hSourceDir,lAttribute,lSubdirNumber --Gets the name of nth file of a given attribute";
  15. XMessage "\pISS  mCmpFileTimes, hFileName1, hFileName2 --Compares the dates of two files,-1 or -2 if bad file 1 or file 2, 0 if same dates, 1 or 2 if file1 or file2 newer";
  16. XMessage "\pSSS  mGetSaveDirName --Gets the name of a directory to save in";
  17. XMessage "\pS    mGetPreferencesPath --Gets the path for the preferences folder";
  18. XMessage "\pIS   mCheckProcess, hName        --Checks to see if a process is running";
  19.  
  20.